body{
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    overflow-x: hidden;
}

.navbar{
    margin-left:50px ;
}

.button, .button:link, .button:active, .button:visited{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    background-color: #f37328;
    border-radius: 2px;
    border:none;
    text-decoration: none;
    display: relative;
    margin-left: 20px;
    display: inline-block;
    margin: 10px;
}

.head{
    font-size: 100px;
    color:rgb(255, 255, 255);
    line-height: 58px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:50px ;
    position: relative;
    top:170px;
}

.subhead-about{
    font-size: 75px;
    color:#f37328;
    padding: 50px;
    display: block;
}

.subhead-contact{
    font-size: 75px;
    color:#f37328;
    padding: 50px;
    display: block;
}

.sub-light{
    font-size: 30px;
    font-weight: 400;
}

.para{
    font-size: 30px;
    font-weight: 400;
    margin-left: 50px;
    color: #f37328;
    padding-bottom: 30px;
}

.icon{
    font-size: 240%;
    color: #f37328;
    padding: 20px;
}

.icon-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}


.footer{
    color: white;
    background-color: #f37328;
    padding: 20px;
    display: block;
    margin-top: 70px;
    z-index: 100;
}





.contact-grid{
    display: grid;
    grid-template-columns: 1fr 2fr ;
}

.contact-grid-1{
    margin-left:50px;
    display: block;
}







.intro{
    margin: 0px;
    height:90vh;
    background-image: url("/assets/images/background/baseball.jpg");
    background-repeat: no-repeat;  
    background-position: auto;
    background-size: cover;
}

.about{
    height: 100vh;
    background-color: #f7f7f7;
}

.contact{
    height: 100vh;
}




/* -------------- MOBILE SMALL ----------- */

@media screen and (min-width: 320px){
    
    .navbar{
        margin-left: 20px;
    }
    
    #logo{
        height: 50px;
    }

    .head{
        font-size: 45px;
        line-height: 38px;
        margin-left: 30px;
    }
    .subhead-about{
        font-size: 40px;
        padding: 20px;
    }

    .subhead-contact{
        font-size: 40px;
        padding-left: 20px; 
        padding-top: 0px ;
        padding-bottom: 0px ;
    }

    .about{
        height: 100%;
    }

    .contact{
        height: 100%;
    }

    iframe{
        width: 100%;    
        height: 100%;    
    }

    .contact-grid{
        grid-template-columns: none;
        grid-template-rows: auto auto;
        grid-gap: 40px;
    }

    .icon-text{
        font-size: 25px;
    }
    
    .para{
        font-size: 20px;
    }

    .footer{
        margin-top: 10px;
        font-size: 15px;
    }

    .button, .button:link, .button:active, .button:visited{
        font-size: 25px;
    }
    
    #wbaseball{
        padding: 8px;
        font-size: 15px;
    }
}


/* -------------- MOBILE MEDIUM ----------- */

@media screen and (min-width: 375px){
    
    .navbar{
        margin-left: 20px;
    }
    
    #logo{
        height: 50px;
    }

    .head{
        font-size: 50px;
        line-height: 40px;
        margin-left: 30px;
    }
    .subhead-about{
        font-size: 40px;
        padding: 20px;
    }

    .subhead-contact{
        font-size: 40px;
        padding-left: 20px; 
        padding-top: 0px ;
        padding-bottom: 0px ;
    }

    .about{
        height: 100%;
    }

    .contact{
        height: 100%;
    }

    iframe{
        width: 100%;    
        height: 100%;    
    }

    .contact-grid{
        grid-template-columns: none;
        grid-template-rows: auto auto;
        grid-gap: 40px;
    }

    .icon-text{
        font-size: 30px;
    }
    
    .para{
        font-size: 20px;
    }

    .footer{
        margin-top: 10px;
    }

    .button, .button:link, .button:active, .button:visited{
        font-size: 25px;
    }

    #wbaseball{
        padding: 10px;
    }
}

/* -------------- MOBILE LARGE ----------- */

@media screen and (min-width: 425px){
    
    .navbar{
        margin-left: 20px;
    }
    
    #logo{
        height: 50px;
    }

    .head{
        font-size: 50px;
        line-height: 40px;
        margin-left: 40px;
    }
    .subhead-about{
        font-size: 40px;
        padding: 25px;
    }

    .subhead-contact{
        font-size: 40px;
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about{
        height: 100%;
    }

    .contact{
        height: 100%;
    }

    iframe{
        width: 100%;    
        height: 100%;    
    }

    .contact-grid{
        grid-template-columns: none;
        grid-template-rows: auto auto;
        grid-gap: 40px;
    }

    .footer{
        margin-top: 10px;
    }

    .button, .button:link, .button:active, .button:visited, #wbaseball{
        padding: 13px;
        font-size: 25px;
    }
}

/* -------------- TABLET ----------- */

@media screen and (min-width: 768px){

    .head{
        font-size: 60px;
        line-height: 50px;
    }
    .subhead-about{
        font-size: 50px;
        padding: 30px;
    }

    .subhead-contact{
        font-size: 50px;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about{
        height: 100%;
    }

    .contact{
        height: 100%;
    }

    iframe{
        width: 100%;    
        height: 100%;    
    }

    .contact-grid{
        grid-template-columns: none;
        grid-template-rows: auto auto;
        grid-gap: 40px;
    }

    .footer{
        margin-top: 10px;
    }

    .button, .button:link, .button:active, .button:visited, #wbaseball{
        font-size: 25px;
        padding: 20px;

    }
}

/* -------------- LAPTOP ----------- */


@media screen and (min-width: 1024px){

    .head{
        font-size: 60px;
        line-height: 50px;
    }

    .subhead-about{
        font-size: 50px;
        padding: 30px;
      
    }
    
    .subhead-contact{
        font-size: 50px;
        padding: 30px;
    }

    .about{
        height: 100%;
    }

    iframe{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .contact-grid{
        grid-gap: 10px;
        grid-template-columns: 45% 55%;
    }

    .footer{
        margin-top: 100px;
    }

    .button, .button:link, .button:active, .button:visited, #wbaseball{
        font-size: 25px;
        padding: 20px;

    }

}




/* -------------- LARGE LAPTOP ----------- */

@media screen and (min-width: 1440px){

    .head{
        font-size: 60px;
    }

    .subhead-about{
        font-size: 50px;
      
    }
    
    .subhead-contact{
        font-size: 50px;
    }

    .about{
        height: 100%;
    }
    
    iframe{
        height: 100%;
        width: 100%;
    }

    .contact-grid{
        grid-gap: 10px;
        grid-template-columns: 40% 60%;
    }

    .button, .button:link, .button:active, .button:visited, #wbaseball{
        font-size: 25px;
        padding: 20px;

    }
}

/* -------------- 4K ----------- */

@media screen and (min-width: 2560px){


    .head{
        font-size: 120px;
        line-height: 67px;
        padding-top: 150px;
    }

    .about{
        height: 100%;
    }

    .para{
        font-size: 50px;
    }

    .subhead-about{
        font-size: 90px;
    }
    
    .subhead-contact{
        font-size: 90px;
    }

    .contact-grid{
        grid-gap: 10px;
        grid-template-columns: 40% 60%;
    }

    .icon-text{
        font-size: 50px;
    }

    .button, .button:link, .button:active, .button:visited{
        font-size: 50px;
    }
    .footer{
        font-size: 20px;
        margin-top: 30px;
    }

    #logo{
        height: 90px;
        margin-left: 30px;
    }

    .button, .button:link, .button:active, .button:visited, #wbaseball{
        font-size: 30px;
        padding: 35px;

    }
}